Back to main page

The Vigenere cipher uses a index table ("Tabula Recta") for encryption, where it takes columns values for the plaintext and rows values for the key, returning the cell which content becomes the ciphered character. The Beaufort Cipher slightly differs from the Vigenere as it uses corresponding cell value for the key, and returns the rows values as crypted chars.

Tabula Recta

Example :

For decryption, we proceed as follow :

Encrypter


Plaintext:
Key:
Cipher:


Decrypter


Cipher:
Key:
Plaintext: